home *** CD-ROM | disk | FTP | other *** search
/ ftp.hawaii.edu / ftp.hawaii.edu.zip / ftp.hawaii.edu / ncsa-telnet-26.hqx / Telnet 2.6 README < prev    next >
Text File  |  1994-03-28  |  7KB  |  157 lines

  1. *** Note, if you want to use Authentication/Encryption, you'll need to
  2.     FTP to ftp.cit.cornell.edu:/pub/mac/kdriver, and pick up the
  3.     Kerberos software there. ****
  4.  
  5. ***    I've included some KCHRs created by Matt Elliott to work around Apple's lack
  6.     of a method for producing ctrl-@ or ctrl-^ with the standard KCHR ***
  7.  
  8. NCSA Telnet 2.6 for the Macintosh release notes:
  9.  
  10. Here are some quick notes to get you up to speed with the new version of NCSA
  11. Telnet.  We have implemented many interface changes to make Telnet easier to
  12. use and configure.
  13.  
  14. As of this date (3/28/94), the documentation for version 2.6 is in beta stage and
  15. may be FTP'd from ftp.ncsa.uiuc.edu.  The final documentation will be uploaded
  16. to the FTP server as soon as it is completed.  A list of known bugs is appended
  17. to this file.
  18.  
  19. Much has changed in Telnet 2.6.  Here are a few quick notes to guide you
  20.  through the new features and changes to existing features.
  21.  
  22. New Configuration Scheme:
  23.     Telnet now requires no external configuration files
  24. (i.e. config.tel and telpass/ftppass). All of the configuration options are
  25. accessed via the "Preferences" heir menu under the Edit menu.  Following is a
  26. brief description of each configuration dialog(s).
  27.  
  28. General Preferences Item:
  29.     This item allows configuration of the preferences
  30. that are global to the application. It is much like the old preferences item
  31. in 2.5.  The major change being the button to select the creator type for
  32. captured text files.
  33.  
  34. FTP Preferences Item:
  35.     The major additions to the FTP server configuration are
  36. as follows.  The FTP server now has three modes: Off, Anonymous (On, but no
  37. passwords required), and Passwords (user login w/password required).  You can
  38. set Telnet to open the FTP log window automatically on startup.  You can also
  39. set the default creator type and filetype of files transfered in binary mode
  40. to the Mac when Macbinary is off.  Selection of the creator type of text
  41. files transfered when Macbinary is off is allowed as well.  If ISO
  42. translation is on, the names of the files transfered via FTP will be
  43. converted to or from the ISO text standard.
  44.  
  45. FTP Users Preferences Item:
  46.     This dialog is the replacement of our dear
  47. friend, Telpass.  From here you can set users logins, passwords and two other
  48. options.  You can set the default directory that a user is put in when he/she
  49. logs in to the FTP server.
  50.  
  51. *    A quick explanation of the theory behind the new configuration scheme for
  52. *    hosts:  Each connection to a host is a "session".  Each "session" has
  53. *    a preconfigured "terminal".  For instance, you most likely will have
  54. *    two to four terminal configurations you use often.  One may by set up
  55. *    for vi, with backspace being delete.  One may be set up for vi with 
  56. *    backspace being backspace.  And the other two may be set up for EMACS
  57. *    with backspace being in either configuration.  Thus, if for hosts you
  58. *    often connect to that have backspace=delete.  You would set up a session
  59. *    for each, selecting the appropriate terminal configuration and making up
  60. *    a short alias for that host.  For the hosts that prefer backspace=
  61. *    backspace, you would set those session configurations to use a different
  62. *    preconfigured terminal.
  63.  
  64. *    The most important terminal and session configurations are "<Default>".
  65. *    When you create a new terminal or session record, the parameters in
  66. *    those records are initialized to whatever you have set up the "<Default>"
  67. *    records to be.  The "<Default>" records may not be deleted.
  68.  
  69. Sessions Preferences Item: 
  70.     Allows you to edit "sessions".  New options here include: inhibiting TEK
  71. screens, setting up the "localkeys", setting the default paste method,
  72. enabling the display of low level errors, a popup menu to select the terminal
  73. record associated with this session, and a popup menu to select the default
  74. translation method.  Paste now has two modes, "quick" and "block".  If quick
  75. is selected, all of the text to be pasted is sent at once.  This is fine
  76. for hosts "close" to you, but can possibly cause crashes if done to slow
  77. responding hosts.  If block is selected, the text to be pasted is sent in
  78. small packets of a size determined by you.
  79.  
  80. Terminals Preferences Item:
  81.     Most of these options are self explanatory.
  82. ----
  83.  
  84. Other changes to Telnet that aren't obvious:
  85.  
  86. The keyboard now works differently.  If you are on a MacPlus, and have
  87. commandkeys off, the command key acts as control.  If you have command keys
  88. on, you have no control key.
  89.  
  90. For machines with keyboards with control keys, here is how it works:
  91. Command + Control + key = EMACS meta key + key (if turned on in Terminal
  92.     config)
  93. commandkeys only affects wheter or not command key shortcuts are recognized.
  94.  
  95. The option key is no longer used for keyboard input, but is still used as 
  96. before with mouse input.  Telnet no longer changes the current system
  97. KCHR.
  98.  
  99. TEK windows can be resized.  There is no grow icon in the lower right corner,
  100. but trust us, it works.
  101.  
  102. If you hold down option, you can change the width and height of session windows.    
  103. ----
  104. This is the list of all Telnet bugs known to NCSA, feel free to mail us if you
  105. find others:
  106.  
  107. Crashes:
  108. Ñ    Crash if window size is changed under low memory conditions
  109. Interface:
  110. Ñ    Window positioning
  111. Ñ    Need to add blocksize pref
  112. Ñ    Telnet doesn't constrain saved window positions to available desktop
  113. Ñ    When switching to 132 columns, window's right edge should stay on screen
  114. *    Connections are giving up too quickly (I believe this is a MacTCP problem)
  115. Ñ    Type during paste bug
  116. Ñ    Occasional problems getting the preferences to "stick"
  117. Ñ    Certain control characters not working due to Apple's bad KCHR
  118. Ñ    Certain macro sequences are not sent correctly (?)
  119. Ñ    \r,\n, and \t cannot appear in a Macro sequence
  120. Ñ    Some interaction problems with NeXT systems
  121. Implementation:
  122. Ñ    Need to always set push flag when sending return
  123. Ñ    Reduce WDS sizes?
  124. VT emulation:
  125. Ñ    VT220 insert mode problem
  126. Ñ    VT220 fn keys can still be sent while in vt100 mode
  127. Ñ    Problems w/VT emulation when connecting to certain VAX/VMS hosts
  128. Ñ    Screen trashing when forcesave is on
  129. Ñ    Bold font problems need to be solved
  130. Ñ    Tabs don't work completely
  131. FTP:
  132. *    FTP log not very useful for Macbinary transfers
  133. Ñ    Can't have more than one FTP client at a time?
  134. *    FTP server filename ISO tranlation not working?
  135. Ñ    FTP Server dropping characters in ASCII mode?
  136. Ñ    Need to add a provision for editing "anonymous"'s directory
  137. Ñ    Occasional MNetPush error when using FTP
  138. Ñ    Occasional "Unable to build data connection" errors w/FTP client
  139. Ñ    Occasional crashes from "lls" command in FTP client
  140. Ñ    FTP transfers occasionally creating zero size files
  141. Ñ    FTP client "lcd" not working properly?
  142. TEK:
  143. Ñ    Some TEK emulation bugs
  144.  
  145. In progress for 2.7:
  146.  
  147. Ñ    User set-able block size
  148. Ñ    Save Macros in other ways aside form Saved Sets
  149. Ñ    User set-able timeouts for open and send
  150. Ñ    FTP user directory restrictions
  151. Ñ    Reverse DNS connecting FTP hosts
  152. Ñ    User set-able font size
  153. ----
  154.  
  155. mactelnet@ncsa.uiuc.edu
  156.  
  157.